projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b27f17
)
(ange-ftp-load): Bind load-force-doc-strings to t,
author
Andrew Innes
<andrewi@gnu.org>
Thu, 1 Jul 1999 19:40:37 +0000
(19:40 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Thu, 1 Jul 1999 19:40:37 +0000
(19:40 +0000)
to prevent references to temp files.
lisp/ange-ftp.el
patch
|
blob
|
history
diff --git
a/lisp/ange-ftp.el
b/lisp/ange-ftp.el
index 97d6e4c37360f6cdf1a66d53a4e5b077cbee06f3..43bdd2e306a2981ce2c114f6c8fd28f244541a2f 100644
(file)
--- a/
lisp/ange-ftp.el
+++ b/
lisp/ange-ftp.el
@@
-3950,6
+3950,8
@@
directory, so that Emacs will know its current contents."
(let ((tryfiles (if nosuffix
(list file)
(list (concat file ".elc") (concat file ".el") file)))
+ ;; make sure there are no references to temp files
+ (load-force-doc-strings t)
copy)
(while (and tryfiles (not copy))
(catch 'ftp-error